The ImagickDraw class
PHP Manual

ImagickDraw::setFillPatternURL

(PECL imagick 2.0.0)

ImagickDraw::setFillPatternURLSets the URL to use as a fill pattern for filling objects

Descripción

bool ImagickDraw::setFillPatternURL ( string $fill_url )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Sets the URL to use as a fill pattern for filling objects. Only local URLs ("#identifier") are supported at this time. These local URLs are normally created by defining a named fill pattern with DrawPushPattern/DrawPopPattern.

Lista de parámetros

fill_url

URL to use to obtain fill pattern.

Valores retornados

Devuelve TRUE si todo se llevó a cabo correctamente, FALSE en caso de fallo.


The ImagickDraw class
PHP Manual